ItemChange Class |
Namespace: Independentsoft.Exchange
The ItemChange type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemChange |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, Property) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, PropertyPath) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, IListProperty) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, IListPropertyPath) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, Property, Property) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, Property, PropertyPath) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, IListProperty, IListProperty) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, IListProperty, IListPropertyPath) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, Property, PropertyPath, Property) |
Initializes a new instance of the ItemChange class.
| |
| ItemChange(ItemId, IListProperty, IListPropertyPath, IListProperty) |
Initializes a new instance of the ItemChange class.
|
| Name | Description | |
|---|---|---|
| ItemId |
Contains the unique identifier and change key of an item in the Exchange store.
| |
| PropertiesToAppend |
Identifies data to append to a single property of an item during an UpdateItem Operation.
| |
| PropertiesToDelete |
Represents an operation to delete a given property from an item during an UpdateItem call.
| |
| PropertiesToSet |
Represents an update to a single property of an item.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of the current ItemChange object to its equivalent string representation.
(Overrides ObjectToString.) |